home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / ProtocolHandler.xcu < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  52 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-data oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <node oor:name="HandlerSet">
  6.  
  7.         <node oor:name="com.sun.star.comp.sfx2.SfxMacroLoader" oor:op="replace">
  8.  
  9.             <prop oor:name="Protocols">
  10.  
  11.                 <value>macro:*</value>
  12.             </prop>
  13.         </node>
  14.         <node oor:name="com.sun.star.comp.framework.MailToDispatcher" oor:op="replace">
  15.  
  16.             <prop oor:name="Protocols">
  17.  
  18.                 <value>mailto:*</value>
  19.             </prop>
  20.         </node>
  21.         <node oor:name="com.sun.star.comp.sfx2.AppDispatchProvider" oor:op="replace">
  22.  
  23.             <prop oor:name="Protocols">
  24.  
  25.                 <value>.uno* slot:*</value>
  26.             </prop>
  27.         </node>
  28.         <node oor:name="com.sun.star.comp.framework.ServiceHandler" oor:op="replace">
  29.  
  30.             <prop oor:name="Protocols">
  31.  
  32.                 <value>service:*</value>
  33.             </prop>
  34.         </node>
  35.         <node oor:name="com.sun.star.comp.framework.jobs.JobDispatch" oor:op="replace">
  36.  
  37.             <prop oor:name="Protocols">
  38.  
  39.                 <value>vnd.sun.star.job:*</value>
  40.             </prop>
  41.         </node>
  42.         <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace">
  43.  
  44.             <prop oor:name="Protocols">
  45.  
  46.                 <value>vnd.sun.star.script:*</value>
  47.             </prop>
  48.         </node>
  49.     </node>
  50. </oor:component-data>
  51.  
  52.